home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
DEV
/
A-B
/
005.HierMenus.cpt
/
HierMenus.make
< prev
next >
Wrap
Text File
|
1988-08-01
|
878b
|
37 lines
#
# Apple Macintosh Developer Technical Support
#
# Hierarchical Menu Example Application
#
# HierMenus
#
# HierMenus.make - Make Source
#
# Copyright © 1988 Apple Computer, Inc.
# All rights reserved.
#
# Versions: 1.0 8/88
#
# Components: HierMenus.p August 1, 1988
# HierMenus.r August 1, 1988
# HierMenus.make August 1, 1988
#
# This program is a simple example of how to use hierarchical menus
# in your application.
#
# See Sample and TESample for the general structure and MultiFinder
# techniques that we recommend that you use when building a new application.
#
PObjs = HierMenus.p.o ∂
"{Libraries}"Runtime.o ∂
"{Libraries}"Interface.o ∂
"{PLibraries}"PasLib.o
HierMenus ƒƒ {PObjs} HierMenus.make
Link -o {Targ} {PObjs}
SetFile {Targ} -t APPL -c '????'
HierMenus ƒƒ HierMenus.r HierMenus.make
Rez -rd -o {Targ} HierMenus.r -append